使用远程桌面
使用远程桌面 通过windows自带的远程桌面软件,可以远程访问树莓派桌面应用
sudo apt-get install xrdp
service xrdp start
chkconfig --set xrdp on
systemctl start xrdp
systemctl enable xrdp
使用远程桌面 通过windows自带的远程桌面软件,可以远程访问树莓派桌面应用
sudo apt-get install xrdp
service xrdp start
chkconfig --set xrdp on
systemctl start xrdp
systemctl enable xrdp